home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Graphics
/
Viewers
/
aa_m68k_Intel_Only
/
ToyViewer1.2
/
Source
/
ToyWinPCD.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-12
|
184 b
|
13 lines
#import "ToyWinPPM.h"
@interface ToyWinPCD : ToyWinPPM
{
int base;
int bright;
}
- (int)drawToyWin:(const char *)fileName Type:(int)type Num:(int)num;
- setPreference: pref;
@end